home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1508 / bfa95.exe / 0 / RCDATA / TREGISTERDIALOG / TREGISTERDIALOG.txt
Text File  |  1997-02-11  |  1KB  |  71 lines

  1. object RegisterDialog: TRegisterDialog
  2.   Left = 170
  3.   Top = 189
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registration'
  6.   ClientHeight = 133
  7.   ClientWidth = 306
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Info1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 56
  20.     Height = 13
  21.     Caption = '&User Name:'
  22.     FocusControl = UserName
  23.     Transparent = True
  24.   end
  25.   object Info2: TLabel
  26.     Left = 8
  27.     Top = 56
  28.     Width = 87
  29.     Height = 13
  30.     Caption = '&Registration Code:'
  31.     FocusControl = RegCode
  32.     Transparent = True
  33.   end
  34.   object OKButton: TButton
  35.     Left = 144
  36.     Top = 104
  37.     Width = 73
  38.     Height = 21
  39.     Caption = '&OK'
  40.     TabOrder = 2
  41.     OnClick = OKButtonClick
  42.   end
  43.   object UserName: TEdit
  44.     Left = 8
  45.     Top = 24
  46.     Width = 289
  47.     Height = 21
  48.     MaxLength = 64
  49.     TabOrder = 0
  50.   end
  51.   object RegCode: TEdit
  52.     Left = 8
  53.     Top = 72
  54.     Width = 289
  55.     Height = 21
  56.     CharCase = ecUpperCase
  57.     MaxLength = 64
  58.     TabOrder = 1
  59.   end
  60.   object CancelButton: TButton
  61.     Left = 224
  62.     Top = 104
  63.     Width = 73
  64.     Height = 21
  65.     Cancel = True
  66.     Caption = '&Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 3
  69.   end
  70. end
  71.